Small ioemu build fixes. Fix 'make clean' so we can switch between
32-bit and 64-bit build easily.
Signed-off-by: Keir Fraser <keir@xensource.com>
check_clean:
$(MAKE) -C check clean
-ifneq ($(XEN_TARGET_ARCH),x86_32)
-XEN_NO_IOEMU=1
-endif
-
ifndef XEN_NO_IOEMU
ioemu ioemuinstall ioemuclean:
[ -f ioemu/config-host.h ] || \
for d in $(TARGET_DIRS); do \
$(MAKE) -C $$d $@ || exit 1 ; \
done
+ rm -f config-host.mak config-host.h
+ rm -f keysym_adapter_sdl.h keysym_adapter_vnc.h
distclean: clean
rm -f config-host.mak config-host.h